The patch fixes a problem when testing for device /dev/tpm0. The API
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 21 Mar 2006 17:57:23 +0000 (18:57 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Tue, 21 Mar 2006 17:57:23 +0000 (18:57 +0100)
commit6ebfc91b5d2fe968b3b8010ab3fb993b5ed7ef95
treef1ffe8498ed8f1b95a1fa8cfcbfbada50245fce5
parentaf34eb43a18d5f68896ec10ab5405a154ac0d14e
The patch fixes a problem when testing for device /dev/tpm0. The API
call os.path.exists() must be called instead of os.path.isfile().

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/xm-test/tests/vtpm/vtpm_utils.py